on the button
英 [ɒn ðə ˈbʌtn]
美 [ɑːn ðə ˈbʌtn]
在下巴尖上; 准确地
英英释义
adj
- being precise with regard to a prescribed or specified criterion
- his guess was on the nose
- the prediction for snow was right on the button
adv
- just as it should be
- `Precisely, my lord,' he said
双语例句
- IconClass: Icon css class displays the specified icon on the button.
iconClass:图标css类在按钮上显示指定的图标。 - A click on the button calls the startSearch function.
单击按钮调用startSearch函数。 - The value of text indicates what's displayed on the button.
text的值指定按钮上显示的内容。 - Your guess was right on the button.
你猜得一点没错。 - Similarly, the second line connects the cb_button_click function to the clicked signal on the button object.
类似地,第二行把cbbuttonclick函数连接到button对象的clicked信号。 - Also create a label attribute, which defines the text to show on the button, and an event handler; in this instance, you ask the click event to call the helloHandler function.
此外,还要创建一个label属性,它定义显示在按钮上的文本和一个事件处理程序;在这个例子中,让单击事件调用helloHandler函数。 - Click on the button in the lower left-hand corner chopper started the game.
点击左下角菜刀按钮开始游戏。 - Text to display on the button.
显示在按钮上的文本。 - Click on the button below to modify this invite.
请单击下面的按钮修改该邀请。 - Finally, notice that we get a handle on the button we created in the layout XML and add a click event handler.
最后,注意上述代码获得一个在布局XML中创建的按钮的句柄,并添加一个单击事件处理程序。